Use PESetGraphOptionInfo to set display options for the specified chart.
BOOL CRPE_API PESetGraphOptionInfo (
short printJob,
short sectionN,
short graphN,
PEGraphOptionInfo FAR *graphOptionInfo );
Specifies the print job for which you want to set chart display information. | |
Specifies the number of the section in which the chart appears. This parameter should be within the range obtained by PEGetNSections. | |
Specifies for which chart within the section you want to set the chart display information. This value is 0 | |
Specifies a pointer to PEGraphOptionInfo, which will contain the new information. |
Declare Function PESetGraphOptionInfo Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal sectionN As Integer,
ByVal graphN As Integer, graphOptionInfo As PEGraphOptionInfo ) As Integer
function PESetGraphOptionInfo (
printJob : Smallint;
sectionN : Smallint;
graphN : Smallint;
var graphOptionInfo : PEGraphOptionInfo): Bool; {$ifdef WIN32}
stdcall; {$endif}
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |